github.com/klauspost/compress/zstd.sequenceDecs.windowSize (field)
11 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L664: hist.decoders.windowSize = hist.windowSize
blockdec.go#L681: hist.decoders.windowSize = hist.windowSize
seqdec.go#L74: windowSize int
seqdec.go#L93: s.windowSize = hist.windowSize
seqdec.go#L145: if seq.mo > t+len(hist) || seq.mo > s.windowSize {
seqdec.go#L234: maxBlockSize := min(s.windowSize, maxCompressedBlockSize)
seqdec.go#L345: if mo > len(out)+len(hist) || mo > s.windowSize {
seqdec_amd64.go#L81: maxBlockSize := min(s.windowSize, maxCompressedBlockSize)
seqdec_amd64.go#L95: windowSize: s.windowSize,
seqdec_amd64.go#L236: maxBlockSize := min(s.windowSize, maxCompressedBlockSize)
seqdec_amd64.go#L361: windowSize: s.windowSize,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |